.max-width{
    width: 1440px;
    margin:0 auto;
}
.ban1-a1{
    width: 100%;
    position: relative;
}
.banner{
    width: 100%;
    /*height:925px;*/
    position: relative;
}
.banner .swiper-container{
    width: 100%;
    height:auto;
}
.banner .swiper-container .swiper-wrapper{
    width: 100%;
    height:auto;
}
.banner .swiper-container .swiper-wrapper .swiper-slide{
    width: 100%;
    height:auto;
}
.banner .swiper-container .swiper-wrapper .swiper-slide img{
    width: 100%;
    height:auto;
}
.banner .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
    bottom:55px;
}
.banner .swiper-pagination-bullet{
    width:12px;
    height:12px;
    background:#fff;
    opacity: 1;
    /*position: relative;*/
}
/*.banner .swiper-pagination-bullet-active::after{*/
/*    content:'';*/
/*    width:2px;*/
/*    height:34px;*/
/*    background:#fff;*/
/*    display:inline-block;*/
/*    position:absolute;*/
/*    bottom:0;*/
/*}*/
.vv{
    /*position: absolute;*/
    /*left: 0;*/
    /*top: 0;*/
    /*width: 100%;*/
    /*height: 100%;*/
    /*object-fit:fill;*/
}
.banner .swiper-slide{
    width: 100%;
    position: relative;
    height: 100%;
}
.banner .swiper-container{
    height:auto;
}
.banner .swiper-slide>img{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.banner-text{
    position: relative;
    z-index: 99;
    height: 100%;
    display: flex;
    align-items: center;
}
.banner-text h1{
    font-size: 60px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #203469;
    margin-bottom: 10px;
}
.banner-text2 h1{
    font-size: 68px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #fff;
    margin-bottom:10px;
    position: relative;
    /*border-left:8px solid #89C7EB;*/
}
.banner-text2 h1:before{
    content: '';
    width: 8px;
    height:67px;
    background: #89C7EB;
    display: inline-block;
    /* vertical-align: sub; */
    margin-right: 14px;
    position: absolute;
    left: -26px;
    top: 22px;
}
.banner-text2 h1 span{
    font-weight: 100;
}
.banner-text h2{
    font-size: 48px;
    font-family: Microsoft YaHei;
    color: #285BA6;
    font-weight: 400;
    margin-bottom: 47px;
    line-height: 80px;
    /*text-transform: uppercase;*/
    /*font-weight: lighter;*/
}
.banner-text h2 span{
    color:#203469;
}
.banner-text2 h2{
    font-size: 60px;
    font-family: Microsoft YaHei;
    color:rgba(251,251,251,.5);
    margin-bottom: 25px;
    text-transform: uppercase;
    font-weight:200;
    line-height: 66px;
}
.banner-text a{
    display: block;
    text-align: center;
    width: 174px;
    height: 52px;
    background: #285CA6;
    color: #fff;
    font-size: 16px;
    line-height: 52px;
}
.banner-text2 a{
    width: 178px;
    height: 54px;
    background: #E2A859;
}
.banner-text a i{
    display:inline-block;
    width: 27px;
    height: 2px;
    background: #FFFFFF;
    margin-left:16px;
    vertical-align: middle;
}
/*.banner .swiper-button-next, .swiper-container-rtl .swiper-button-prev {*/
/*    background-image: url(../z-img/left.png);*/
/*    right: 35px;*/
/*    left: auto;*/
/*    width: 58px;*/
/*    height: 58px;*/
/*    background-size:100% 100%;*/
/*    opacity: 0.4;*/
/*}*/
/*.banner .swiper-button-prev, .swiper-container-rtl .swiper-button-next {*/
/*    background-image: url(../z-img/right.png);*/
/*    left: 35px;*/
/*    right: auto;*/
/*    width: 58px;*/
/*    height: 58px;*/
/*    background-size:100% 100%;*/
/*    opacity: 0.4;*/
/*}*/
/*.banner .swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {*/
/*    opacity:1;*/
/*}*/
/*.banner .swiper-pagination-bullet {*/
/*    display: inline-block;*/
/*    width: 15px;*/
/*    height: 15px;*/
/*    background: #285CA6;*/
/*    opacity: 0.3;*/
/*    border-radius: 50%;*/
/*}*/
/*.banner .swiper-pagination-bullet-active {*/
/*    background: #285BA6;*/
/*    opacity: 0.8;*/
/*}*/
/*.banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {*/
/*    margin: 0 8px;*/
/*}*/
.innovative{
    width: 100%;
    margin-top:80px;
}
.index-title{
    text-align: center;
}
.index-title h1{
    font-size: 44px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    margin-bottom: 23px;
    /*height: 42px;*/
    /*line-height: 42px;*/
}
.index-title h2{
    color:#787777;
    font-size: 20px;
    font-weight: lighter;
    letter-spacing: 3px;
    line-height: initial;
}
.innovative-img{
    width: 100%;
    height: 780px;
    position: relative;
}
.innovative-img .on1 {
    left: 0;
    opacity: 1;
    z-index: 2;
    transition: 0.5s;
}
.c1{
    opacity: 0;
    transition: all 1s linear;
    margin-top: 55px;
    position:absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.c1>img{
    width: 100%;
    height: 100%;
}
.c1-text{
    position: absolute;
    left:50%;
    top: 185px;
    transform: translate(-50%);
}
.c1-text h1{
    color:#285ca6;
    font-size: 36px;
    margin-bottom:28px;
    /*height: 40px;*/
    /*line-height: 40px;*/
    font-weight: bolder;
}
.c1-text p{
    width:467px;
    font-size: 20px;
    color:#616161;
    margin-bottom: 35px;
    line-height: 36px;
}
.innovative-box{
    margin-top:-179px;
    display: flex;
    height: 234px;
    z-index: 99;
    position:relative;
}
.innovative-list{
    flex: 1;
    height: 100%;
    padding-top:30px;
    text-align: center;
    border: 1px solid #E7E8EB;
    background:rgba(251,251,251,.85);
    cursor: pointer;
    position: relative;
}

.innovative-list p{
    height:100px;
}
.innovative-list .a-link{
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.innovative-list p img{
    display:block;
    margin:0 auto 22px;
    width: 70px;
    height: 65px;
}
.innovative-list p img:last-child{
    display: none;
}
.innovative-list span{
    font-size: 22px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    display: block;
}
.innovative-list a{
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #696969;
    display: block;
    margin-top: 23px;
}
.innovative-box .bg-active{
    background:#285CA6;
    border: none;
    cursor: pointer;
    transition: 0.2s;
    transition-duration:0.2s;
    /*transition-timing-function:ease-in-out;*/
}
.bg-active span{
    color: #fff;
}
.bg-active a{
    color: #fff;
}
.bg-active p img:last-child{
    display: block;
}
.bg-active p img:first-child{
    display:none;
}
.business{
    margin-top:80px;
}
.business-flex{
    display: flex;
    justify-content: space-between;
    margin-top: 55px;
}
.grid {
    position: relative;
    list-style: none;
    text-align: center;
    width: 32%;
}

/* Common style */
.grid figure {
    position: relative;
    overflow: hidden;
    text-align: center;
    cursor: pointer;
    width: 100%;
    height: 596px;
}

.grid figure .business-list {
    position: relative;
    display: block;
    height: 100%;
    width: 100%;
    /*opacity: 0.8;*/
    transition: all 1s linear;
}
.grid figure .business-list:hover img{
    transition: 0.2s;
    transition-duration:1s;
    transform:scale(1.1);
    transition-timing-function:ease-in-out;
}
.grid figure .business-list img{
    width: 100%;
    transition: all 1s linear;
}
.business-text-top{
    position: absolute;
    top: 43px;
    text-align: center;
    color: #fff;
    width: 100%;
}
.business-text-top h1{
    font-size: 32px;
    margin-bottom: 14px;
    font-weight: bold;
    height: 36px;
    line-height: 36px;
}
.business-text-top p{
    font-size: 16px;
}
.business-list>a{
    display: block;
    width: 100%;
    position: absolute;
    bottom:20px;
    color:#fff;
    text-align: center;
    font-size: 16px;
}
.news{
    margin-top:80px;
}
.news-box{
    width: 100%;
    padding:60px 0;
    background: #F4F4F4;
    margin-top: 55px;
    position: relative;
}
.news-count{
    display: flex;
    justify-content: space-between;
}
.news-left{
    width:49%;
    /*height: 534px;*/
}
.news-left-tab{
    margin-bottom: 30px;
    height: 32px;
    line-height: 32px;
}
.news-left-tab span{
    color: #333;
    font-size: 24px;
    cursor: pointer;
    font-family: Microsoft YaHei;
    font-weight: bold;
}
.news-left-tab span:first-child::after{
    content:'';
    display: inline-block;
    width: 2px;
    /*vertical-align: middle;*/
    height:20px;
    background: #8d8d8d;
    margin-left:20px;
    /*padding-right: 20px;*/
    /*border-right:2px solid #8d8d8d;*/
    margin-right: 20px;
}
.news-left-tab .active{
    color:#285CA6;
}
.news-left-box{
    width: 100%;
    height: 400px;
}
.news-left-active{
    width: 100%;
    height: 100%;
    position: relative;
    transition: all 1s linear;
    overflow: hidden;
}
.news-left-active:hover img{
    transition: 0.2s;
    transition-duration:1s;
    transform:scale(1.1);
    transition-timing-function:ease-in-out;
}
.news-left-active img{
    width: 100%;
    height: 100%;
    position:absolute;
    top: 0;
    left: 0;
    transition: all 1s linear;
}
.news-left-active-text{
    position:absolute;
    width:100%;
    height:120px;
    padding-bottom:40px;
    padding-left:30px;
    bottom:0;
    left:0;
    background: linear-gradient(to bottom,rgba(0,0,0,.001),rgba(0,0,0,.25));
}
.news-left-active-text div{
    color:#fff;
    font-size: 20px;
    padding-bottom: 25px;
}
.news-left-active-text div span{
    font-size: 40px;
}
.news-left-active-text p{
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
}
.news-left-active video{
    width: 100%;
    height: 100%;
}
.news-left .swiper-container{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.news-left .swiper-container .swiper-slide{
    width: 100%;
    height: 100%;
    display: inline-flex;
    justify-content: space-between;
}
.slide-list{
    width:340px;
    transition: all 1s linear;
}
.slide-list i>img{
    width: 100%;
    display: block;
    height: 195px;
    margin-bottom: 33px;
    overflow: hidden;
    transition: all 1s linear;
}
.slide-list>i{
    width: 100%;
    display: block;
    height: 195px;
    overflow: hidden;
    transition: all 1s linear;
    margin-bottom: 28px;
    padding-bottom: 20px;
}
.slide-list i:hover img{
    transition: 0.2s;
    transition-duration:1s;
    transform:scale(1.08);
    transition-timing-function:ease-in-out;
}
.slide-list h1{
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    width: 100%;
    margin-bottom:20px;
    line-height:20px;
}
.slide-list>p{
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #454545;
    line-height: 28px;
    margin-bottom: 16px;
    max-height:calc(30px * 2);
}
.slide-list-flex{
    display: inline-flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    border-top:1px solid #E9E9E9;
    padding-top: 20px;
}
.slide-list-flex p{
    color:#676767;
    font-size: 16px;
}
.slide-list-flex p span{
    font-size: 30px;
}
.news-in-box1{
    position:relative;
    display:none;
}
.change{
    position:absolute;
    top: -60px;
    right: 0;
}
/*.change .swiper-button-prev, .swiper-container-rtl .swiper-button-next {*/
/*    background-image:none;*/
/*    left: auto;*/
/*    right: 0;*/
/*    top: 36px;*/
/*}*/
.mt{
    margin-top:80px;
}
.change .swiper-button-next, .swiper-container-rtl .swiper-button-prev{
    background-image:none;
    left: auto;
    right: 0;
    top: 36px;
}
.change .swiper-button-next, .swiper-button-prev{
    line-height: 44px;
    font-size: 22px;
    font-family:SimHei;
    font-weight: bolder;
    color:#1170DC;
    outline:0 none !important;
}
.change .swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled{
    opacity: 1;
    color:#B9B9B9;
}
.line{
    margin-top:55px;
    display:flex;
    justify-content: space-between;
    margin-bottom:80px;
}
.line-list{
    width: 470px;
    height: 280px;
    position: relative;
    overflow: hidden;
}
.line-list .line-list-img>img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 1s linear;
    overflow: hidden;
}
.line-list .line-list-img>span{
    color:#fff;
    font-size:20px;
    font-weight: bolder;
    left:20px;
    bottom:24px;
    position:absolute;
    z-index:9;
    transition: .5s;
}
.line-list:hover>img{
    transition: 0.2s;
    transition-duration:1s;
    transform:scale(1.1);
    transition-timing-function:ease-in-out;
}
.line-list:hover .line-text{
    opacity:1;
    transition: .5s;
}
.line-list:hover .line-list-img>span{
    opacity:0;
    transition: .5s;
}
.line-text{
    position: absolute;
    padding-left: 56px;
    padding-top: 51px;
    color: #fff;
    cursor: pointer;
    opacity: 0;
    width: 100%;
    height: 100%;
    transition: .5s;
    background:rgba(0,0,0,.5);
    z-index:10;
}
.line-text h1{
    font-size: 30px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    margin-bottom: 20px;
    line-height: 32px;
}
.line-text p{
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    margin-bottom: 86px;
}
.line-text a>img{
    width: 32px;
}
.up{
    position:fixed;
    top: 80%;
    width: 60px;
    height: 60px;
    right:58px;
    z-index: 999999;
    cursor: pointer;
}
.z-innovation{
    margin-top: 80px;
}
.z-index-title h1{
    text-align: center;
    font-size: 48px;
    color:#333;
    margin-bottom:20px;
    font-weight: bolder;
}
.z-index-title p{
    font-size: 24px;
    color: #5E5E5E;
    text-align: center;
    font-weight: lighter;
}
.z-innovation-box{
    margin-top:55px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}
.z-innovation-list{
    width: 49.6%;
    height: 518px;
    margin-bottom: 15px;
    /*padding-top: 79px;*/
    background-size: 100% 100%;
    transition: 0.5s;
    overflow: hidden;
    position: relative;
}
.z-innovation-list i{
    display: block;
    width: 100%;
    height: 100%;
}
.z-innovation-list i img{
    width: 100%;
    height: 100%;
    transition: 0.5s;
}
.z-innovation-list:hover i>img{
    transition: 0.2s;
    transition-duration:0.5s;
    transform:scale(1.06);
    transition-timing-function:ease-in-out;
}
.z-innovation-list>div{
    position: absolute;
    top: 80px;
}
.z-innovation-list:nth-child(odd)>div{
    left:26%;
}
.z-innovation-list:nth-child(even)>div{
    left:7%;
}
.z-innovation-list h1{
    font-size: 28px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #363636;
}
.z-innovation-list p{
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #545454;
    margin-top: 27px;
}
.z-innovation-list a{
    display: block;
    width: 54px;
    height: 54px;
    overflow: hidden;
    position: relative;
    margin-top: 30px;
}
.z-innovation-list a img{
    width: 100%;
    height: 100%;
}
.z-innovation-list a img:last-child{
    display:none;
}
.z-innovation-list a:hover  img:last-child{
    display:block;
}
.z-innovation-list a:hover img:first-child{
    display:none;
}
.z-got{
    margin-top:75px;
}
.z-got-flex{
    margin-top: 55px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 55px;
}
.z-got-list{
    width: 32%;
    height:280px;
    position: relative;
    transition: all 1s linear;
    cursor: pointer;
}
.z-got-list>i{
    display: block;
    width: 100%;
    height: 100%;
    position:absolute;
    top: 0;
    left: 0;
}
.z-got-list>i img{
    width: 100%;
    height: 100%;
}
.z-got-list>p{
    color: #fff;
    position:absolute;
    left:21px;
    bottom:20px;
    font-size: 20px;
    width: 90%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: bolder;
}
.z-got-list>div{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color:rgba(0,0,0,.5);
    padding:105px 20px 0 30px;
    color: #fff;
    opacity: 0;
    transition: all 1s linear;
}
.z-got-list>div h1{
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight:bolder;
    margin-bottom: 20px;
}
.z-got-list>div p{
    font-size: 18px;
    margin-bottom: 35px;
}
.z-got-list:hover>p{
    display: none;
}
.z-got-list:hover>div{
    opacity:1;
    transition: all .3s linear;
}
.z-got-list a>img{
    width: 32px;
}
.vv {
    /*position: absolute;*/
    /*left: 0;*/
    /*top: 0;*/
    width: 100%;
    /*height: 100%;*/
    /*object-fit: fill;*/
}
@media only screen and (max-width: 1479px) and (min-width: 1024px) {
    .innovative,.business,.news,.mt{margin-top:60px;}
    .line{margin-top:55px;}
    .innovative-list p{height:90px;}
}
@media only screen and (max-width: 1023px){
	.banner .swiper-container{height:100%;}
	.banner .swiper-pagination-bullet{outline:none;}
}


/*新加*/
@media only screen and (min-width: 1480px){
    .banner{
        position:relative;
    }
 
    .hd1-a3{
        cursor:pointer;
    }
    .banner .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
        bottom:140px;
    }
    .x-bannews{
        position:absolute;
        bottom:0;
        left:0;
        width:100%;
        height: 96px;
        z-index:9;
    }
    .x-bannews-box{
        width:1400px;
        margin:0 auto;
        height:100%;
        background:rgba(40,92,166,.74);
        padding:15px 30px 0px;
    }
    .x-bannews-fl{
        width:120px;
        position:relative;
        float:left;
        color:#fff;
        font-family:'rui';
        font-size:30px;
        font-style:italic;
        line-height: 37px;
    }
    .x-bannews-fl::after{
        content:'';
        display:inline-block;
        position:absolute;
        right:32px;
        top:0;
        width:1px;
        height:68px;
        background:rgba(255,255,255,.3);
    }
    .x-bannews-fr{
        width:calc(100% - 120px);
        height:100%;
        overflow:hidden;
        float:left;
        padding-top:8px;
    }
    .x-bannews-fr>div{
        width:100%;
        height: 72px;
        overflow: hidden;
    }
    .x-bannews-fr>div li{
        width:100%;
        display:flex;
        flex-wrap:wrap;
        height:100%!important;
    }
    .x-bannews-fr>div li .x-bannews-fr-d1:nth-child(odd){
        margin-right:20px;
    }
    .x-bannews-fr-d1{
        width:600px;
        display:flex;
        position:relative;
        justify-content: space-between;
        margin-bottom:20px;
    }
    .x-bannews-fr-d1::before{
        content:'';
        display:inline-block;
        position:absolute;
        top:3px;
        left:0;
        width:9px;
        height:9px;
        background-image:url("../z-img/xd2.png");
        background-size:100% 100%;
    }
    .x-bannews-fr-d2{
        padding-left:26px;
        width:480px;
        font-size:16px;
        color:#fff;
    }
    .x-bannews-fr-d3{
        color:rgba(255,255,255,.6);
        font-size:16px;
    }
}
@media only screen and (max-width: 1479px) and (min-width: 1024px){
    .banner .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
        bottom:130px;
    }
    .banner{
        position:relative;
    }
    .hd1-a3{
        cursor:pointer;
    }
    .x-bannews{
        position:absolute;
        bottom:0;
        left:0;
        width:100%;
        height:83px;
        z-index:9;
    }
    .x-bannews-box{
        width:960px;
        margin:0 auto;
        height:100%;
        background:rgba(40,92,166,.74);
        padding:10px 30px;
    }
    .x-bannews-fl{
        width: 100px;
        position: relative;
        float: left;
        color: #fff;
        font-family: 'rui';
        font-size: 28px;
        font-style: italic;
        line-height: 34px;
    }
    .x-bannews-fl img{
        width:64px;
        height:65px;
    }
    .x-bannews-fl::after{
        content: '';
        display: inline-block;
        position: absolute;
        right: 20px;
        top: 2px;
        width: 1px;
        height: 62px;
        background: rgba(255,255,255,.3);
    }
    .x-bannews-fr{
        width:calc(100% - 100px);
        height:100%;
        overflow:hidden;
        float:left;
        padding-top:6px;
    }
    .x-bannews-fr>div{
        width:100%;
    }
    .x-bannews-fr>div li{
        width:100%;
        display:flex;
        flex-wrap:wrap;
        /*display: list-item;*/
        height:100%!important;
    }
    .x-bannews-fr>div li .x-bannews-fr-d1:nth-child(odd){
        margin-right:20px;
    }
    .x-bannews-fr-d1{
        width:390px;
        display:flex;
        position:relative;
        margin-bottom:20px;
        justify-content:space-between;
    }
    .x-bannews-fr>div li .x-bannews-fr-d1:nth-child(1){
        padding-right:5px;
    }
    .x-bannews-fr-d1::before{
        content:'';
        display:inline-block;
        position:absolute;
        top:3px;
        left:0;
        width:9px;
        height:9px;
        background-image:url("../z-img/xd2.png");
        background-size:100% 100%;
    }
    .x-bannews-fr-d2{
        padding-left:20px;
        width:285px;
        font-size:16px;
        color:#fff;
    }
    .x-bannews-fr-d3{
        color:rgba(255,255,255,.6);
        font-size:16px;
    }
}
@media only screen and (max-width: 1023px){
    .banner{
        position:relative;
    }
    .banner .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
        bottom: 1.8rem;
    }
    .x-bannews{
        position:absolute;
        bottom:0;
        left:0;
        width:100%;
        height:1.5rem;
        z-index:9;
    }
    .x-bannews-box{
        width:100%;
        margin:0 auto;
        height:100%;
        background:rgba(40,92,166,.74);
        padding: .3rem;
    }
    .x-bannews-fl{
        width: 1.4rem;
        position: relative;
        float: left;
        color: #fff;
        font-family: 'rui';
        font-size: .42rem;
        font-style: italic;
        line-height: .52rem;
    }
    .x-bannews-fl::after{
        content: '';
        display: inline-block;
        position: absolute;
        right: .2rem;
        top: 0.04rem;
        width: 1px;
        height: .9rem;
        background: rgba(255,255,255,.3);
    }
    .x-bannews-fr{
        width: calc(100% - 1.5rem);
        height: 100%;
        overflow: hidden;
        float: left;
        padding-top: .12rem;
    }
    .x-bannews-fr>div{
        width:100%;
    }
    .x-bannews-fr>div li{
        width:100%;
        /* display:flex;
        flex-wrap:wrap; */
      
        height:100%!important;
    }
    .x-bannews-fr-d1{
        width:100%;
        display:flex;
        position:relative;
        margin-bottom: .2rem;
        justify-content: space-between;
    }
    .x-bannews-fr-d1::before{
        content: '';
        display: inline-block;
        position: absolute;
        top: .05rem;
        left: 0;
        width: .16rem;
        height: .16rem;
        background-image: url(../z-img/xd2.png);
        background-size: 100% 100%;
    }
    .x-bannews-fr-d2{
        padding-left: .3rem;
        width:100%;
        font-size: .28rem;
        color: #fff;
    }
    .x-bannews-fr-d3{
        display:none;
    }
}



@media only screen and (min-width: 1601px){
    .x-bot{
        position:fixed;
        bottom:0;
        right:0;
        z-index:99;
        transition:.5s;
    }
    .x-bot.ac{
        right:-435px;
        transition:.5s;
    }
    .x-bot-a1{
     width:320px;
    }
	 .x-bot-a11{
        width:320px;
        height:205px;
        background-image:url("../z-img/v3.jpg");
        background-size:100% 100%;
        clear: both;
    }
    .x-bot-a2{
        height:55px;
        background-image:url("../z-img/v1.png");
        width:100%;
        color:#fff;
        font-weight:bold;
        line-height:39px;
        text-align:center;
        font-size:24px;
        background-size:100% 100%;
        margin-bottom:8px;
    }
    .x-bot-a3{
        padding:0 30px;
        font-size:17px;
        color:#333;
        font-weight:bold;
        line-height:30px;
        margin-bottom:3px;
        font-style: initial;
    }
	.x-bot-a3 p,.x-bot-a3 span{
		font-size:17px;
		color:#333;
		font-weight:bold;
		line-height:30px;
		font-family: inherit!important;
	}
    .x-bot-a4{
        width: 132px;
        height: 42px;
        border-radius: 24px;
        /* border: 1px solid #1c4da3; */
        margin: 0 auto;
        display: flex;
        line-height: 42px;
        justify-content: center;
        font-size: 14px;
        color: #2053a4;
    }
    .x-bot-a4 img{
        width:25px;
        margin-left:6px;
        height:8px;
        margin-top:15px;
    }
    .x-bot-a5{
        width:33px;
        height:33px;
        margin-bottom:13px;
        float:right;
        margin-right:8px;
        transition:.5s;
    }
    .x-bot-a5 img{
        width:100%;
        height:100%;
    }
    .x-bot-a5:hover{
        transform:rotate(180deg);
        transition:.5s;
    }
    .x-bot-a6{
        width:83px;
        position:absolute;
        bottom:0;
        right:0;
    }
    .x-bot-a6 img{
        width:100%;
    }
}
@media only screen and (max-width: 1600px) and (min-width: 1480px){
    .x-bot{
        position:fixed;
        bottom:0;
        right:0;
        z-index:99;
        transition:.5s;
    }
    .x-bot.ac{
        right:-435px;
        transition:.5s;
    }
    .x-bot-a1{
		width:280px;
    }
	.x-bot-a11{
	    width: 280px;
        height: 185px;
        background-image:url("../z-img/v3.jpg");
        background-size:100% 100%;
        clear: both;
    }
    .x-bot-a2{
        height:50px;
        background-image:url("../z-img/v1.png");
        width:100%;
        color:#fff;
        font-weight:bold;
        line-height:38px;
        text-align:center;
        font-size:22px;
        background-size:100% 100%;
        margin-bottom:8px;
    }
    .x-bot-a3{
        padding: 0 20px;
        font-size: 16px;
        color: #333;
        font-weight: bold;
        line-height: 26px;
        margin-bottom: 3px;
        font-style: initial;
        text-align: justify;
    }
	.x-bot-a3 p,.x-bot-a3 span{
		font-size:16px;
		color:#333;
		font-weight:bold;
		line-height:26px;
		font-family: inherit!important;
	}
    .x-bot-a4{
        width: 132px;
        height: 36px;
        border-radius: 24px;
        margin: 0 auto;
        display: flex;
        line-height: 36px;
        justify-content: center;
        font-size: 14px;
        color: #2053a4;
    }
    .x-bot-a4 img{
        width:25px;
        margin-left:6px;
        height:8px;
        margin-top:12px;
    }
    .x-bot-a5{
        width:33px;
        height:33px;
        margin-bottom:13px;
        float:right;
        margin-right:8px;
        transition:.5s;
    }
    .x-bot-a5 img{
        width:100%;
        height:100%;
    }
    .x-bot-a5:hover{
        transform:rotate(180deg);
        transition:.5s;
    }
    .x-bot-a6{
        width:83px;
        position:absolute;
        bottom:0;
        right:0;
    }
    .x-bot-a6 img{
        width:100%;
    }
}
@media only screen and (max-width: 1479px) and (min-width: 1024px){
    .x-bot-a6{
        width:83px;
        position:absolute;
        bottom:0;
        right:0;
    }
    .x-bot-a6 img{
        width:100%;
    }
    .x-bot{
        position:fixed;
        bottom:0;
        right:0;
        z-index:99;
        transition:.5s;
    }
    .x-bot.ac{
        right:-435px;
        transition:.5s;
    }
    .x-bot-a1{
     width: 260px;
    }
	.x-bot-a11{
        width: 260px;
        height: 160px;
        background-image:url("../z-img/v3.jpg");
        background-size:100% 100%;
        clear: both;
    }
    .x-bot-a2{
        height:50px;
        background-image:url("../z-img/v1.png");
        width:100%;
        color:#fff;
        font-weight:bold;
        line-height:39px;
        text-align:center;
        font-size:20px;
        background-size:100% 100%;
    }
    .x-bot-a3{
        padding: 0 18px;
        font-size: 14px;
        color: #333;
        font-weight: bold;
        line-height: 26px;
        font-style: initial;
        text-align: justify;
    }
	.x-bot-a3 p,.x-bot-a3 span{
		font-size:14px;
		color:#333;
		font-weight:bold;
		line-height:26px;
		font-family: inherit!important;
	}
    .x-bot-a4{
        width: 150px;
        height: 26px;
        border-radius: 24px;
        margin: 0 auto;
        display: flex;
        line-height: 26px;
        justify-content: center;
        font-size: 12px;
        color: #2053a4;
    }
    .x-bot-a4 img{
        width:27px;
        margin-left:10px;
        height:9px;
        margin-top:7px;
    }
    .x-bot-a5{
        width:30px;
        height:30px;
        margin-bottom:13px;
        float:right;
        margin-right:8px;
        transition:.5s;
    }
    .x-bot-a5 img{
        width:100%;
        height:100%;
    }
    .x-bot-a5:hover{
        transform:rotate(180deg);
        transition:.5s;
    }
}
.x-bot-a1 img{width:100%;}
@media only screen and (max-width: 1023px){
    .x-bot{
        position:fixed;
        bottom:0;
        right:0;
        z-index:99;
        transition:.5s;
    }
    .x-bot.ac{
        right:-4.35rem;
        transition:.5s;
    }
    .x-bot-a1{
       width: 4.35rem;
    }
	.x-bot-a11{
		width: 4.35rem;
        height: 2.44rem;
        background-image:url("../z-img/xd3.jpg");
        background-size:100% 100%;
        clear: both;
	}
    .x-bot-a2{
        height: .45rem;
        width: 100%;
        color: #fff;
        font-weight: bold;
        line-height: .45rem;
        text-align: center;
        font-size: .3rem;
        margin-bottom: .35rem;
    }
    .x-bot-a3{
        padding:0 .4rem;
        font-size:.24rem;
        color:#333;
        font-weight:bold;
        line-height: .32rem;
        margin-bottom:.2rem;
        font-style: initial;
    }
	.x-bot-a3 p,.x-bot-a3 span{
		font-size:.24rem;
		color:#333;
		font-weight:bold;
		line-height:.32rem;
		font-family: inherit;
		font-family: inherit!important;
	}
    .x-bot-a4{
        width:1.8rem;
        height: .58rem;
        border-radius: .3rem;
        margin: 0 auto;
        display: flex;
        line-height: .58rem;
        justify-content:center;
        font-size: .22rem;
        color:#2053a4;
    }
    .x-bot-a4 img{
        width: .3rem;
        margin-left: .1rem;
        height: .12rem;
        margin-top: .22rem;
    }
    .x-bot-a5{
        width: .5rem;
        height: .5rem;
        margin-bottom:.15rem;
        float:right;
        margin-right:.08rem;
        transition:.5s;
    }
    .x-bot-a5 img{
        width:100%;
        height:100%;
    }
    .x-bot-a5:hover{
        transform:rotate(180deg);
        transition:.5s;
    }
}
.x-head .x-head-img{width:100%;}
@media only screen and (min-width: 1601px){
    .x-head{
        width:284px;
        height:222px;
        padding:20px;
        position:absolute;
        top:0;
        left:40px;
    }
	.x-head11{
	   background-image:url(../z-img/zbdd1.png);
	   background-size:100% 100%;
	}
    .zbdd3{
        width:148px;
        margin:0 auto 20px;
    }
    .zbdd3 img{
        width:100%;
    }
    .zbdd4{
        width:100%;
        text-align:center;
    }
    .zbdd4>div{
        font-size:17px;
        color:#f4faff;
        font-weight:bold;
        margin-bottom:15px;
    }
    .zbdd4>div:nth-child(2n){
        letter-spacing:2px;
    }
    .hhdd{
        position:absolute;
        width:370px;
        height:90px;
        cursor:pointer;
        top: 0;
        left: 0;
    }
}
@media only screen and (max-width: 1600px) and (min-width: 1480px){
    .x-head{
        width: 240px;
        height: 178px;
        padding:10px 20px;
        position:absolute;
        top:0;
        left:40px;
    }
	.x-head11{
	   background-image:url(../z-img/zbdd1.png);
	   background-size:100% 100%;
	}
    .zbdd3{
        width:140px;
        margin:0 auto 15px;
    }
    .zbdd3 img{
        width:100%;
    }
    .zbdd4{
        width:100%;
        text-align:center;
    }
    .zbdd4>div{
        font-size:16px;
        color:#f4faff;
        font-weight:bold;
        margin-bottom:12px;
    }
    .zbdd4>div:nth-child(2n){
        letter-spacing:2px;
    }
    .hhdd{
        position:absolute;
        width:370px;
        height:90px;
        cursor:pointer;
        top: 0;
        left: 0;
    }
}
@media only screen and (max-width: 1479px) and (min-width: 1024px){
    .x-head{
        width: 240px;
        height: 178px;
        padding:10px 20px;
        position:absolute;
        top:0;
        left:40px;
    }
	.x-head11{
	   background-image:url(../z-img/zbdd1.png);
	   background-size:100% 100%;
	}
    .zbdd3{
        width:140px;
        margin:0 auto 15px;
    }
    .zbdd3 img{
        width:100%;
    }
    .zbdd4{
        width:100%;
        text-align:center;
    }
    .zbdd4>div{
        font-size:16px;
        color:#f4faff;
        font-weight:bold;
        margin-bottom:12px;
    }
    .zbdd4>div:nth-child(2n){
        letter-spacing:2px;
    }
}
@media only screen and (max-width: 1023px){
    .x-head{
        width:calc(2.84rem * 1.2);
        height:calc(2.22rem * 1.2);
        padding:.2rem;
        position:absolute;
        top:0;
        left:.3rem;
    }
	.x-head11{
	   background-image:url(../z-img/zbdd1.png);
	   background-size:100% 100%;
	}
    .zbdd3{
        width:calc(1.48rem * 1.5);
        margin:0 auto .2rem;
    }
    .zbdd3 img{
        width:100%;
    }
    .zbdd4{
        width:100%;
        text-align:center;
    }
    .zbdd4>div{
        font-size:.24rem;
        color:#f4faff;
        font-weight:bold;
        margin-bottom:.15rem;
    }
    .zbdd4>div:nth-child(2n){
        letter-spacing:.02rem;
    }
}